All Questions
3 questions
1vote
1answer
182views
Building DOM tree from XML, checking/updating player's average score
This is the first time I'm parsing an XML file. So I will be grateful for any suggestions on how my code may be improved. Or if you could suggest another approach to solving this problem. One other ...
2votes
2answers
1kviews
DOM parser implemented from scratch
I have implemented a DOM parser. I would like any comments for optimizing, improving, and making the code coherent to best coding practices. ...
7votes
3answers
3kviews
Handling various types of nodes when traversing a DOM tree
How to minimize the following code using java's features ... looking for some workaround with the switch-case statement I've seen several question regarding switch-case design pattern / best ...